Skip to content

Metadata for runtime telemetry#16431

Merged
laurit merged 3 commits intoopen-telemetry:mainfrom
jaydeluca:runtime-metadat
Mar 11, 2026
Merged

Metadata for runtime telemetry#16431
laurit merged 3 commits intoopen-telemetry:mainfrom
jaydeluca:runtime-metadat

Conversation

@jaydeluca
Copy link
Copy Markdown
Member

Part of #14096

In the latest metadata update we were seeing an incorrect minimum java version which was due to the structure of the runtime telemetry modules after the latest refactor, where instead of having 3 sub modules underneath a parent runtime-telemetry directory, the base module exists runtime-telemetry, and the other two are nested within it.

The logic we used to walk the directories and find the gradle files wasn't working, so it was using the runtime-telemetry-java17 gradle files incorrectly.

I updated the logic to correctly identify these modules, and then needed to wire up telemetry interception into the custom JFR extension to get the metrics emitted by the java17 tests

Replaces #16424

@laurit laurit merged commit fb3d787 into open-telemetry:main Mar 11, 2026
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants